home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 6 / develop 6 code / TCP / NewsWatcher / NewsWatcher 2.0d15 source / source / popup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-13  |  505 b   |  10 lines  |  [TEXT/KAHL]

  1. #define    kCurrentPopupItem    0
  2.  
  3. void GetPopupCString (ControlHandle ctl, short item, char *str);
  4. void GetPopupPString (ControlHandle ctl, short item, Str255 string);
  5. void SetPopupItemStyle (ControlHandle ctl, short item, short style);
  6. void AddPopupItem (ControlHandle ctl, short after, Str255 str);
  7. void DelPopupItem (ControlHandle ctl, short item);
  8. short SetPopupValue (ControlHandle ctl, Str255 str, Boolean isNumber);
  9. short TrackPopup (ControlHandle ctl, Point where, Str255 checkItem, Boolean isNumber);
  10.